{
	VERSION		1.00
	LISTFORMAT	BOOK
	LISTTYPE	OBJECT
	ALWAYS
	UNIT		mm
	PAGE		PRINTER

	USERTEXT [1] Name "User.txt"
	USERTEXT [2] Name "Producer.txt"
	USERTEXT [5] "Element List"

	HEADER {
		Frame 5, -0.01, 13, 25.5		Text 1, "Times New Roman", 9, bold, centered, multiline
		Columns {
			{	Frame -20.01, -0.01, 1	Format "Page #page"		}
			{	Frame 5, -0.01, 1, 16	Format "Created for #usertext[1] by #usertext[2]"	}
			{	Frame 5, -0.01, 16, 25	Format "#usertext[5]   #date:8 #time:5"
					Text 1, "Times New Roman", 9, italic+bold, centered, truncated
			}
		}
		Picture {
			Frame 10, 14.5, 5, 18		Origin file		Name "Company_Logo"
		}
		Rect 0, -0.01, 0, 25.2
	}

	FOOTER {	Frame 0, -0.01, -0.02, -0.01	}

	LEVEL [1] { Frame 0, -0.01, 2	Text 1, "Times New Roman", 9, bold
				Options Pagebreak
				Columns { { Frame 0, 80			Format "#Current. #Name[current](#Current2)=" }
						  { Frame 80, -10.01	Format "#Value[current] #Unit[current]"
						  		Text 1, "Times New Roman", 9, bold, right 
						  }
						}
			  }

	LEVEL [2] for all { Frame 10, -0.01		Text 1, "Times New Roman", 9, plain
				Columns { { Frame 10, 80		Format "#Current. #Name[current](#Current2)=" }
						  { Frame 80, -10.01	Format "#Value[current] #Unit[current]"
						  		Text 1, "Times New Roman", 9, plain, right
						  }
						}
			  }

	LEVEL [3, 60] Based on LEVEL [2] {}
}
